home *** CD-ROM | disk | FTP | other *** search
/ Developer Helper 1: Phil & Dave's Excellent CD / Excellent CD HFS.raw / HyperCard / HyperCard 1.2.2 International / HyperCard British (B-1.2.2) / Stacks / Home / card_6511.txt < prev    next >
Text File  |  1988-11-08  |  9KB  |  461 lines

  1. -- card: 6511 from stack: in
  2. -- bmap block id: 2283
  3. -- flags: 4000
  4. -- background id: 2700
  5. -- name: Home
  6. ----- HyperTalk script -----
  7. on idle
  8.   put the time into card field "Time"
  9.   pass idle
  10. end idle
  11.  
  12. on startup
  13.   show card field "Copyright"
  14.   pass startup
  15. end startup
  16.  
  17. on closeCard
  18.   hide card field "Copyright"
  19.   hide card field id 79
  20.   pass closeCard
  21. end closeCard
  22.  
  23.  
  24.  
  25. -- part 3 (button)
  26. -- low flags: 00
  27. -- high flags: 0000
  28. -- rect: left=180 top=80 right=129 bottom=235
  29. -- title width / last selected line: 0
  30. -- icon id / first selected line: 0 / 0
  31. -- text alignment: 1
  32. -- font id: 0
  33. -- text size: 12
  34. -- style flags: 0
  35. -- line height: 16
  36. -- part name: Rolo
  37. ----- HyperTalk script -----
  38. on mouseUp
  39.   visual effect zoom open
  40.   go to stack "Address"
  41. end mouseUp
  42.  
  43.  
  44.  
  45. -- part 4 (button)
  46. -- low flags: 00
  47. -- high flags: 0000
  48. -- rect: left=330 top=80 right=129 bottom=392
  49. -- title width / last selected line: 0
  50. -- icon id / first selected line: 0 / 0
  51. -- text alignment: 1
  52. -- font id: 0
  53. -- text size: 12
  54. -- style flags: 0
  55. -- line height: 16
  56. -- part name: File Index
  57. ----- HyperTalk script -----
  58. on mouseUp
  59.   visual effect zoom open
  60.   go to Catalog
  61. end mouseUp
  62.  
  63.  
  64.  
  65. -- part 6 (button)
  66. -- low flags: 00
  67. -- high flags: 0000
  68. -- rect: left=31 top=144 right=189 bottom=80
  69. -- title width / last selected line: 0
  70. -- icon id / first selected line: 0 / 0
  71. -- text alignment: 1
  72. -- font id: 0
  73. -- text size: 12
  74. -- style flags: 0
  75. -- line height: 16
  76. -- part name: Phone
  77. ----- HyperTalk script -----
  78. on mouseUp
  79.   visual effect iris open
  80.   go to Phone
  81. end mouseUp
  82.  
  83.  
  84.  
  85. -- part 8 (button)
  86. -- low flags: 00
  87. -- high flags: 0000
  88. -- rect: left=410 top=81 right=127 bottom=472
  89. -- title width / last selected line: 0
  90. -- icon id / first selected line: 0 / 0
  91. -- text alignment: 1
  92. -- font id: 0
  93. -- text size: 12
  94. -- style flags: 0
  95. -- line height: 16
  96. -- part name: Book Shelf
  97. ----- HyperTalk script -----
  98. on mouseUp
  99.   visual effect zoom open
  100.   hide message box
  101.   go to Book Shelf
  102. end mouseUp
  103.  
  104.  
  105.  
  106. -- part 11 (button)
  107. -- low flags: 00
  108. -- high flags: 0000
  109. -- rect: left=407 top=138 right=187 bottom=482
  110. -- title width / last selected line: 0
  111. -- icon id / first selected line: 0 / 0
  112. -- text alignment: 1
  113. -- font id: 0
  114. -- text size: 12
  115. -- style flags: 0
  116. -- line height: 16
  117. -- part name: Expense Report
  118. ----- HyperTalk script -----
  119. on mouseUp
  120.   visual effect zoom open
  121.   go to Expense Report
  122. end mouseUp
  123.  
  124.  
  125.  
  126. -- part 12 (button)
  127. -- low flags: 00
  128. -- high flags: 0000
  129. -- rect: left=339 top=136 right=188 bottom=394
  130. -- title width / last selected line: 0
  131. -- icon id / first selected line: 0 / 0
  132. -- text alignment: 1
  133. -- font id: 0
  134. -- text size: 12
  135. -- style flags: 0
  136. -- line height: 16
  137. -- part name: Scanned Images
  138. ----- HyperTalk script -----
  139. on mouseUp
  140.   hide message box
  141.   visual effect zoom open
  142.   go to "Slide Show"
  143. end mouseUp
  144.  
  145.  
  146.  
  147. -- part 13 (button)
  148. -- low flags: 00
  149. -- high flags: 0000
  150. -- rect: left=109 top=140 right=187 bottom=155
  151. -- title width / last selected line: 0
  152. -- icon id / first selected line: 0 / 0
  153. -- text alignment: 1
  154. -- font id: 0
  155. -- text size: 12
  156. -- style flags: 0
  157. -- line height: 16
  158. -- part name: To Do
  159. ----- HyperTalk script -----
  160. on mouseUp
  161.   visual effect zoom open
  162.   go to card "First Do" of stack "Datebook"
  163. end mouseUp
  164.  
  165.  
  166.  
  167. -- part 44 (button)
  168. -- low flags: 00
  169. -- high flags: 8000
  170. -- rect: left=326 top=202 right=252 bottom=410
  171. -- title width / last selected line: 0
  172. -- icon id / first selected line: 7012 / 7012
  173. -- text alignment: 1
  174. -- font id: 0
  175. -- text size: 12
  176. -- style flags: 0
  177. -- line height: 16
  178. -- part name: Background Ideas
  179. ----- HyperTalk script -----
  180. on mouseUp
  181.   visual effect zoom open
  182.   go to stack "Background Ideas"
  183. end mouseUp
  184.  
  185.  
  186.  
  187.  
  188. -- part 45 (button)
  189. -- low flags: 00
  190. -- high flags: 8000
  191. -- rect: left=186 top=204 right=250 bottom=240
  192. -- title width / last selected line: 0
  193. -- icon id / first selected line: 18814 / 18814
  194. -- text alignment: 1
  195. -- font id: 0
  196. -- text size: 12
  197. -- style flags: 0
  198. -- line height: 16
  199. -- part name: Card Ideas
  200. ----- HyperTalk script -----
  201. on mouseUp
  202.   visual effect zoom open
  203.   go to stack "Card Ideas"
  204. end mouseUp
  205.  
  206.  
  207.  
  208.  
  209. -- part 46 (button)
  210. -- low flags: 00
  211. -- high flags: 8000
  212. -- rect: left=32 top=204 right=250 bottom=81
  213. -- title width / last selected line: 0
  214. -- icon id / first selected line: 26884 / 26884
  215. -- text alignment: 1
  216. -- font id: 0
  217. -- text size: 12
  218. -- style flags: 0
  219. -- line height: 16
  220. -- part name: Art Ideas
  221. ----- HyperTalk script -----
  222. on mouseUp
  223.   visual effect zoom open
  224.   go to stack "Art Ideas"
  225. end mouseUp
  226.  
  227.  
  228.  
  229. -- part 47 (button)
  230. -- low flags: 00
  231. -- high flags: 8000
  232. -- rect: left=257 top=204 right=251 bottom=318
  233. -- title width / last selected line: 0
  234. -- icon id / first selected line: 27056 / 27056
  235. -- text alignment: 1
  236. -- font id: 0
  237. -- text size: 12
  238. -- style flags: 0
  239. -- line height: 16
  240. -- part name: Button Ideas
  241. ----- HyperTalk script -----
  242. on mouseUp
  243.   visual effect zoom open
  244.   go to "Button Ideas"
  245. end mouseUp
  246.  
  247.  
  248.  
  249.  
  250. -- part 48 (button)
  251. -- low flags: 00
  252. -- high flags: 0000
  253. -- rect: left=102 top=200 right=253 bottom=160
  254. -- title width / last selected line: 0
  255. -- icon id / first selected line: 0 / 0
  256. -- text alignment: 1
  257. -- font id: 0
  258. -- text size: 12
  259. -- style flags: 0
  260. -- line height: 16
  261. -- part name: Clip Art
  262. ----- HyperTalk script -----
  263. on mouseUp
  264.   visual effect zoom open
  265.   go to Clip Art
  266. end mouseUp
  267.  
  268.  
  269.  
  270. -- part 62 (button)
  271. -- low flags: 00
  272. -- high flags: 0000
  273. -- rect: left=261 top=72 right=130 bottom=314
  274. -- title width / last selected line: 0
  275. -- icon id / first selected line: 0 / 0
  276. -- text alignment: 1
  277. -- font id: 0
  278. -- text size: 12
  279. -- style flags: 0
  280. -- line height: 16
  281. -- part name: 
  282. ----- HyperTalk script -----
  283. on mouseUp
  284.   visual effect zoom open
  285.   go to card "About" of stack "documents"
  286. end mouseUp
  287.  
  288.  
  289.  
  290.  
  291. -- part 63 (button)
  292. -- low flags: 00
  293. -- high flags: 0000
  294. -- rect: left=106 top=80 right=129 bottom=155
  295. -- title width / last selected line: 0
  296. -- icon id / first selected line: 0 / 0
  297. -- text alignment: 1
  298. -- font id: 0
  299. -- text size: 12
  300. -- style flags: 0
  301. -- line height: 16
  302. -- part name: 
  303. ----- HyperTalk script -----
  304. on mouseUp
  305.   visual effect zoom open
  306.   go to stack "Help"
  307. end mouseUp
  308.  
  309.  
  310.  
  311.  
  312. -- part 65 (field)
  313. -- low flags: 01
  314. -- high flags: 0000
  315. -- rect: left=405 top=305 right=325 bottom=485
  316. -- title width / last selected line: 0
  317. -- icon id / first selected line: 0 / 0
  318. -- text alignment: 1
  319. -- font id: 3
  320. -- text size: 12
  321. -- style flags: 0
  322. -- line height: 16
  323. -- part name: Time
  324.  
  325.  
  326. -- part 69 (button)
  327. -- low flags: 00
  328. -- high flags: 0000
  329. -- rect: left=32 top=72 right=129 bottom=78
  330. -- title width / last selected line: 0
  331. -- icon id / first selected line: 0 / 0
  332. -- text alignment: 1
  333. -- font id: 0
  334. -- text size: 12
  335. -- style flags: 0
  336. -- line height: 16
  337. -- part name: 
  338. ----- HyperTalk script -----
  339. on mouseUp
  340.   visual effect zoom open
  341.   go to card "Introduction" of stack "Help"
  342. end mouseUp
  343.  
  344.  
  345.  
  346. -- part 70 (button)
  347. -- low flags: 00
  348. -- high flags: 0000
  349. -- rect: left=412 top=200 right=251 bottom=477
  350. -- title width / last selected line: 0
  351. -- icon id / first selected line: 0 / 0
  352. -- text alignment: 1
  353. -- font id: 0
  354. -- text size: 12
  355. -- style flags: 0
  356. -- line height: 16
  357. -- part name: 
  358. ----- HyperTalk script -----
  359. on mouseUp
  360.   visual effect zoom open
  361.   go to stack Sales Report
  362. end mouseUp
  363.  
  364.  
  365.  
  366. -- part 76 (field)
  367. -- low flags: 80
  368. -- high flags: 0000
  369. -- rect: left=16 top=310 right=326 bottom=207
  370. -- title width / last selected line: 0
  371. -- icon id / first selected line: 0 / 0
  372. -- text alignment: 1
  373. -- font id: 3
  374. -- text size: 9
  375. -- style flags: 0
  376. -- line height: 12
  377. -- part name: Copyright
  378.  
  379.  
  380. -- part 77 (button)
  381. -- low flags: 00
  382. -- high flags: 0000
  383. -- rect: left=185 top=140 right=189 bottom=237
  384. -- title width / last selected line: 0
  385. -- icon id / first selected line: 0 / 0
  386. -- text alignment: 1
  387. -- font id: 0
  388. -- text size: 12
  389. -- style flags: 0
  390. -- line height: 16
  391. -- part name: Daily
  392. ----- HyperTalk script -----
  393. on mouseUp
  394.   set lockScreen to true
  395.   go to stack "DateBook"
  396.   goWeekly the seconds
  397. end mouseUp
  398.  
  399.  
  400.  
  401.  
  402. -- part 78 (button)
  403. -- low flags: 00
  404. -- high flags: 0000
  405. -- rect: left=263 top=141 right=188 bottom=318
  406. -- title width / last selected line: 0
  407. -- icon id / first selected line: 0 / 0
  408. -- text alignment: 1
  409. -- font id: 0
  410. -- text size: 12
  411. -- style flags: 0
  412. -- line height: 16
  413. -- part name: Months
  414. ----- HyperTalk script -----
  415. on mouseUp
  416.   set lockscreen to true
  417.   go to stack "DateBook"
  418.   goSixMonthly the seconds
  419. end mouseUp
  420.  
  421.  
  422.  
  423. -- part 79 (field)
  424. -- low flags: 81
  425. -- high flags: 2002
  426. -- rect: left=17 top=67 right=321 bottom=486
  427. -- title width / last selected line: 0
  428. -- icon id / first selected line: 0 / 0
  429. -- text alignment: 0
  430. -- font id: 3
  431. -- text size: 12
  432. -- style flags: 0
  433. -- line height: 16
  434. -- part name: Local Help
  435. ----- HyperTalk script -----
  436. on mouseUp
  437.   hide card field "Local Help"
  438. end mouseUp
  439.  
  440.  
  441.  
  442. -- part contents for background part 6
  443. ----- text -----
  444. Home Card
  445.  
  446. -- part contents for card part 65
  447. ----- text -----
  448. 5:01 PM
  449.  
  450. -- part contents for card part 76
  451. ----- text -----
  452. Copyright ¬©1987 Apple Computer, Inc.
  453.  
  454. -- part contents for card part 79
  455. ----- text -----
  456.  
  457. This is the first card of the Home stack. It is a visual directory for HyperCard.  It shows a picture for each stack that comes with HyperCard. Clicking one of the pictures will take you to the stack.
  458.  
  459. The stacks you see are simple ones provided as examples of what you can do with HyperCard. When you get or create a new stack, you can add a picture and a button to take you to the new stack. 
  460.  
  461. To learn more about drawing pictures and creating buttons, click on this text field to hide it, and then click on the picture for "Intro".